I’m Not Even A Linux User Anymore

I’m more of a BSD kind of guy…

10/21/2022

Sorry for not posting in a long time, life has gotten the better of me. I’ve been uploading videos to my YouTube channel as of late, however, so make sure to check those out.

I stopped using Linux in July. Ever since, I’ve been much happier with my computing. Not only do I not have to deal with Code of Conduct garbage, but I have a much simpler and more modular system that uses much less resources. When I was on OpenBSD, I actually was happy with my choice - that is, until I saw how slow its package manager was. If the OpenBSD development team made pkg faster to use, then I would go right back. But until then, I’m going to stick with FreeBSD. I often have a slow connection, and doing anything related to package management on OpenBSD was painfully slow because the manager itself was slow on top of the speed of my internet connection. However, FreeBSD’s pkg is much faster. I’m not sure why (maybe it’s written in something that isn’t Perl?), but I enjoy using it much more. FreeBSD also much more software available in the ports tree, though the port Makefiles seem to be a bit more complicated, so I’m going to have to semi-relearn porting so I can do FreeBSD ports. I already have a bunch of OpenBSD ports, so I’ll bring those over to FreeBSD first.

Ever since I’ve made the switch, I’ve thought about the possibilities of non-Linux systems. I want to give both Solaris and Haiku a try as well, though I’m unsure of their quality. SerenityOS seems kind of cool but it’s not even ready to run as a daily driver from what I’ve heard, so I’ll hold off on that for now.

Short story about OS migration, though: make sure to have all of your data backed up to an external drive formatted as NTFS so literally any device is able to read it. I have two drives in my ThinkPad, the one that came with it (used for the OS) and a Kingston 500GB SSD that goes in the UltraBay. I smartly made the decision to mount the Kingston SSD to /home, that way I get high speed and I can easily move the drive to another ThinkPad (when I get an X220 or something). However, I didn’t think about FS compatibility. I created that disk with a partition that spanned the entire thing with FFSv2, which is exclusive to OpenBSD. However, by the time that I went to edit /etc/fstab to mount the drive on boot, I realized that I can’t even mount it regularly. I ended up erasing it because nothing of value was really lost. My suckless builds are all on GitHub and I had already had a large data loss beforehand, so I didn’t really lose much besides a few memes and my wallpaper collection (R.I.P. to those though).